home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(3, 1)
- set the castNum of sprite 3 to cast "CENTER PANEL OFF"
- updateStage()
- end
-
- on mouseUp
- set rate to the movieRate of sprite 5
- set the movieRate of sprite 5 to rate + 0.25
- set the castNum of sprite 3 to cast "CENTER PANEL ON"
- updateSpeed()
- end
-